Fix fontification of labels, and other things with ":".
authorAlan Mackenzie <acm@muc.de>
Fri, 6 Apr 2007 21:21:55 +0000 (21:21 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 6 Apr 2007 21:21:55 +0000 (21:21 +0000)
commit0fa13b0b477c52b11ec4efb90b25a40b5ae17d68
treeee353f812b37d03244dbe42a4ae7fb33a54e40f5
parent89d30458070308cb7e58a2c906d94d607ebef7ca
Fix fontification of labels, and other things with ":".
* progmodes/cc-engine.el (c-forward-label): The function now
returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
the former t.

* progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
new return code from c-forward-label, fontifying tokens properly.
Add some general comments throughout the file.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el